OpenChannelHeaderComponent

open class OpenChannelHeaderComponent : HeaderComponent

This class creates and performs a view corresponding the open channel header area in Sendbird UIKit. since 3.0.0

Constructors

Link copied to clipboard
open fun OpenChannelHeaderComponent()
Constructor since 3.0.

Types

Link copied to clipboard
open class Params : HeaderComponent.Params

Functions

Link copied to clipboard
open fun getParams(): OpenChannelHeaderComponent.Params
Returns a collection of parameters applied to this component.
Link copied to clipboard
open fun notifyChannelChanged(@NonNull channel: OpenChannel)
Notifies this component that the channel data has changed.
Link copied to clipboard
open fun onCreateView(    @NonNull context: Context,     @NonNull inflater: LayoutInflater,     @NonNull parent: ViewGroup,     @Nullable args: Bundle): View
Called after the component was created to make views.